Café del Sol
[CAFÉ]-[CREATORS]-[APPLETS]-[FAQ]-[RESOURCES]-[RULES]-[DOWNLOADING]
Downloading and using the applets
The compiled code for the latest versions of these applets are available at a blic FTP site: ftp://xm.com/pub/incoming/cafe. Once you get the code, you should place the classes in the same directory as your HTML page, and insert the following code:
- <applet code= width=*** height=***>
Where *** determine the pixel width and height of the applet (similar to the IMG width and height tags).
- <param name=*** value=***>
- <param name=*** value=***>
- </applet>
The param tags are the lines which customize the applet to your needs. Refer to the specific applet descriptions to get detailed descriptions of the rameters relevant to that applet.
Note that it may not be possible to correctly download the applets through a web browser due to some funky Net problems. Try command line FTPing (I know, I know).